Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Private Property Item As ZipItem Implements IList(Of ZipItem).Item
	Get
	Set
C#
ZipItem IList<ZipItem>.Item { get; set; }

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also